home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 July / Software of the Month Club 1998 July.iso / mac / Education / PredDemo / PredDemo1.0 / PredDemo1.3 final / 00018_initFC1.ls < prev    next >
Encoding:
Text File  |  1998-05-06  |  171 b   |  9 lines

  1. on exitFrame
  2.   global wrongRespCount, wrongRespLimit, rightAns
  3.   noPuppets()
  4.   initFoodChain()
  5.   set wrongRespCount to 0
  6.   set wrongRespLimit to 3
  7.   set rightAns to 3
  8. end
  9.